; Usage: EpsLab <source_epsf> [<dest_epsf>] [<preview option>] [<create_options>]\nWhere\n <preview option> is one of\n TIFF=<filename> : Adds a TIFF preview file.\n WMF =<filename> : Adds a Windows MetaFile preview image.\n POST : Create a preview image from the EPSF.\n (requires post.library v17+)\n\n <create_options> are valid when using 'POST' and are\n OUTFMT=<0-2> : Output format (defaults to 0),\n where : 0 = Binary EPSF with TIFF preview\n 1 = Binary EPSF with compressed TIFF preview\n 2 = EPSI format (ASCII preview)\n XDPI=<number> : Horizontal density in dots per inch (defaults to 80).\n YDPI=<number> : Vertical density in dots per inch (defaults to XDPI).\n RECBB : Recalculate the PS bounding box (to convert PS to EPSF).\n INIT=<init_file> : PostScript file to run before interpreting\n the EPSF file (defaults to init.ps).\n PSIZE=<0-5> : Default page size for PostScript (non-EPSF) files\n (defaults to 1),\n where : 0 = DIN A5\n 1 = DIN A4\n 2 = DIN A3\n 3 = US Legal\n 4 = US Letter\n 5 = Custom (see CUSTW and CUSTH).\n CUSTW=<width> : Custom page width.\n CUSTH=<height> : Custom page height.\n UNIT=<0-2> : Unit of measurement (defaults to 0),\n where : 0 = Centimeters\n 1 = Inches\n 2 = Points (1/72\");
MSG_SRC_GAD
; Source;
MSG_DEST_GAD
; Destination;
MSG_START_GAD
; Start;
MSG_QUIT_GAD
; Quit;
MSG_PREVIEW_GAD
; Preview type;
MSG_PREVF_GAD
; Preview file;
MSG_OUTFMT_GAD
; Preview format;
MSG_XDPI_GAD
; Horizontal dpi;
MSG_YDPI_GAD
; Vertical dpi;
MSG_GAD_PRESETS
; Page size;
MSG_GAD_WIDTH
; Width;
MSG_GAD_HEIGHT
; Height;
MSG_GAD_UNIT
; Unit;
MSG_GAD_OK
; Ok;
MSG_GAD_CANCEL
; Cancel;
MSG_GAD_ABORT
; Abort;
MSG_PSREQ
; Select page size;
MSG_PI_FULL
; Full image;
MSG_PI_CBOX
; Cross box;
MSG_PI_TIFF
; TIFF file;
MSG_PI_WMF
; WMF file;
MSG_OF_BINEPSF
; TIFF;
MSG_OF_PACKBITS
; Compressed TIFF;
MSG_OF_EPSI
; ASCII (EPSI);
MSG_PAGE_A5
; DIN A5;
MSG_PAGE_A4
; DIN A4;
MSG_PAGE_A3
; DIN A3;
MSG_PAGE_USLETTER
; US Letter;
MSG_PAGE_USLEGAL
; US Legal;
MSG_PAGE_CUSTOM
; Custom;
MSG_PAGE_CM
; cm;
MSG_PAGE_IN
; in;
MSG_PAGE_PT
; pt;
MSG_RENDERING
; Rendering preview;
MSG_CONVERTING_TIFF
; Converting to TIFF;
MSG_CONVERTING_ASCII
; Converting to ASCII;
MSG_SAVING
; Saving;
MSG_PROJECT_MENU
; \0Project;
MSG_PROJECT_ABOUT
; ?\0About...;
MSG_PROJECT_QUIT
; Q\0Quit;
MSG_SETTINGS_MENU
; \0Settings;
MSG_SETTINGS_PSINIT
; I\0PS init file...;
MSG_SETTINGS_PSIZE
; P\0Page size...;
MSG_SETTINGS_RECBB
; R\0Recalc bounding box;
MSG_SETTINGS_SAVE
; S\0Save settings;
MSG_QUIT
; Quit %s ?;
MSG_REQ_SRC
; Select source EPS file;
MSG_REQ_DEST
; Select destination file;
MSG_REQ_PSINIT
; Select PS init file;
MSG_REQ_PREVFILE
; Select preview file;
MSG_OK_GAD
; Ok;
MSG_YESNO_GAD
; Yes|No;
MSG_QUITCANC_GAD
; Quit|Cancel;
MSG_OVERWRITE
; Warning: %s already exists!\nOverwrite it?;
MSG_OVERWRITE_GAD
; Overwrite|New name|Cancel;
MSG_ERR_INTUI
; Cannot open 'intuition.library' v37 or later.;
MSG_ERR_POSTLIB
; Cannot open 'post.library' v17 or later.;
MSG_ERR_ICON
; Cannot open 'icon.library' v37 or later.;
MSG_ERR_GADTOOLS
; Cannot open 'gadtools.library' v37 or later.;
MSG_ERR_GFX
; Cannot open 'graphics.library' v37 or later.;
MSG_ERR_ASL
; Cannot open 'asl.library' v37 or later.;
MSG_ERR_NOMEMORY
; Not enough memory.;
MSG_ERR_POST
; Error initializing the PostScript interpreter.;
MSG_ERR_INITF
; Cannot find init file.;
MSG_ERR_INTERP
; Error reading init or eps file.;
MSG_ERR_SOURCE
; Cannot open source file.;
MSG_ERR_DEST
; Cannot create destination file.;
MSG_ERR_STAT
; Cannot get source file length.;
MSG_ERR_DPI
; Dpi must be greater than zero.;
MSG_ERR_PREVFILE
; Cannot open preview file.;
MSG_ERR_STATPREV
; Cannot stat preview file.;
MSG_ERR_PREVCREA
; Error creating preview file.;
MSG_ERR_OUTFH
; Cannot open output stream\nfor the PostScript interpreter.;
MSG_ERR_INFH
; Cannot open input stream\nfor the PostScript interpreter.;